home *** CD-ROM | disk | FTP | other *** search
/ Sears Catalog 2006 Spring/Summer (French Canadian) / SearsCanada-AutomneEte2006-FrenchVersion-WinMac.bin / fr / flowersbysears / march.swf / scripts / DefineButton2_133 / BUTTONCONDACTION on(press).as
Text File  |  2005-11-21  |  78b  |  5 lines

  1. on(press){
  2.    this._visible = false;
  3.    _parent.gotoAndStop("bttnsOn");
  4. }
  5.